get

pure function get(key: K): V

Gets the value associated with a key in the map. Fails if the key is not found.

Since

0.6.0

Parameters

key

The key to look up.